home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- sprite(50).member = "buttonDown"
- end
-
- on mouseUp
- global speed
- sprite(50).member = "buttonUp"
- if member("but1").hilite = 1 then
- temp = value(member("copyNumber").text)
- if temp = 0 then
- alert("You need to enter the amount of copies you want.")
- else
- printText()
- end if
- end if
- if member("but2").hilite = 1 then
- temp = value(member("copyNumber").text)
- if temp = 0 then
- alert("You need to enter the amount of copies you want.")
- else
- printCurrentGraphic()
- end if
- end if
- if member("but3").hilite = 1 then
- printLessonColor()
- end if
- if member("but4").hilite = 1 then
- printLessonBW()
- end if
- if (speed = "slow") and (sprite(44).locV > 91) then
- repeat with x = 38 to 54
- sprite(x).locV = sprite(x).locV - 230
- end repeat
- else
- repeat while sprite(44).locV > -82
- repeat with x = 38 to 54
- sprite(x).locV = sprite(x).locV - 10
- end repeat
- updateStage()
- end repeat
- end if
- sprite(6).visible = 1
- sprite(40).visible = 0
- end
-